'Declaration
Public Function MICRDoMICR( _ ByVal ImageID As Integer, _ ByVal SymbolsFont As MICRFont, _ ByVal context As MICRContext, _ ByVal WhiteList As String, _ ByVal ExpectedSymbols As Integer _ ) As String
public string MICRDoMICR( int ImageID, MICRFont SymbolsFont, MICRContext context, string WhiteList, int ExpectedSymbols )
public function MICRDoMICR( ImageID: Integer; SymbolsFont: MICRFont; context: MICRContext; WhiteList: String; ExpectedSymbols: Integer ): String;
public function MICRDoMICR( ImageID : int, SymbolsFont : MICRFont, context : MICRContext, WhiteList : String, ExpectedSymbols : int ) : String;
public: string* MICRDoMICR( int ImageID, MICRFont SymbolsFont, MICRContext context, string* WhiteList, int ExpectedSymbols )
public: String^ MICRDoMICR( int ImageID, MICRFont SymbolsFont, MICRContext context, String^ WhiteList, int ExpectedSymbols )
Parameters
- ImageID
- SymbolsFont
- context
- WhiteList
- ExpectedSymbols